home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / hammer.xof < prev    next >
Text File  |  1996-05-21  |  10KB  |  446 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  72;
  136.  0.000000;0.087681;-2.348133;,
  137.  0.131521;0.087681;-2.424066;,
  138.  0.000000;0.175361;-2.500000;,
  139.  0.131521;0.087681;-2.424066;,
  140.  0.131521;0.087681;-2.575933;,
  141.  0.000000;0.175361;-2.500000;,
  142.  0.131521;0.087681;-2.575933;,
  143.  0.000000;0.087681;-2.651867;,
  144.  0.000000;0.175361;-2.500000;,
  145.  0.000000;0.087681;-2.651867;,
  146.  -0.131521;0.087681;-2.575934;,
  147.  0.000000;0.175361;-2.500000;,
  148.  -0.131521;0.087681;-2.575934;,
  149.  -0.131521;0.087681;-2.424067;,
  150.  0.000000;0.175361;-2.500000;,
  151.  -0.131521;0.087681;-2.424067;,
  152.  0.000000;0.087681;-2.348133;,
  153.  0.000000;0.175361;-2.500000;,
  154.  0.000000;0.087681;-2.348133;,
  155.  0.000000;-0.087680;-2.348133;,
  156.  0.131521;-0.087680;-2.424066;,
  157.  0.131521;0.087681;-2.424066;,
  158.  0.131521;0.087681;-2.424066;,
  159.  0.131521;-0.087680;-2.424066;,
  160.  0.131521;-0.087680;-2.575933;,
  161.  0.131521;0.087681;-2.575933;,
  162.  0.131521;0.087681;-2.575933;,
  163.  0.131521;-0.087680;-2.575933;,
  164.  0.000000;-0.087680;-2.651867;,
  165.  0.000000;0.087681;-2.651867;,
  166.  0.000000;0.087681;-2.651867;,
  167.  0.000000;-0.087680;-2.651867;,
  168.  -0.131521;-0.087680;-2.575934;,
  169.  -0.131521;0.087681;-2.575934;,
  170.  -0.131521;0.087681;-2.575934;,
  171.  -0.131521;-0.087680;-2.575934;,
  172.  -0.131521;-0.087680;-2.424067;,
  173.  -0.131521;0.087681;-2.424067;,
  174.  -0.131521;0.087681;-2.424067;,
  175.  -0.131521;-0.087680;-2.424067;,
  176.  0.000000;-0.087680;-2.348133;,
  177.  0.000000;0.087681;-2.348133;,
  178.  0.000000;-0.087680;-2.348133;,
  179.  0.000000;-0.175361;-2.500000;,
  180.  0.131521;-0.087680;-2.424066;,
  181.  0.131521;-0.087680;-2.424066;,
  182.  0.000000;-0.175361;-2.500000;,
  183.  0.131521;-0.087680;-2.575933;,
  184.  0.131521;-0.087680;-2.575933;,
  185.  0.000000;-0.175361;-2.500000;,
  186.  0.000000;-0.087680;-2.651867;,
  187.  0.000000;-0.087680;-2.651867;,
  188.  0.000000;-0.175361;-2.500000;,
  189.  -0.131521;-0.087680;-2.575934;,
  190.  -0.131521;-0.087680;-2.575934;,
  191.  0.000000;-0.175361;-2.500000;,
  192.  -0.131521;-0.087680;-2.424067;,
  193.  -0.131521;-0.087680;-2.424067;,
  194.  0.000000;-0.175361;-2.500000;,
  195.  0.000000;-0.087680;-2.348133;,
  196.  0.203721;-0.000005;0.203721;,
  197.  -0.203721;-0.000005;0.203721;,
  198.  0.000000;0.000005;-0.203721;,
  199.  0.030959;-0.000005;-0.147084;,
  200.  -0.030959;-0.000005;-0.147084;,
  201.  0.000000;0.000005;-2.402765;,
  202.  -0.203721;-0.000005;0.203721;,
  203.  0.203721;-0.000005;0.203721;,
  204.  0.000000;0.000005;-0.203721;,
  205.  -0.030959;-0.000005;-0.147084;,
  206.  0.030959;-0.000005;-0.147084;,
  207.  0.000000;0.000005;-2.402765;;
  208.  
  209.  22;
  210.  3;0,1,2;,
  211.  3;3,4,5;,
  212.  3;6,7,8;,
  213.  3;9,10,11;,
  214.  3;12,13,14;,
  215.  3;15,16,17;,
  216.  4;18,19,20,21;,
  217.  4;22,23,24,25;,
  218.  4;26,27,28,29;,
  219.  4;30,31,32,33;,
  220.  4;34,35,36,37;,
  221.  4;38,39,40,41;,
  222.  3;42,43,44;,
  223.  3;45,46,47;,
  224.  3;48,49,50;,
  225.  3;51,52,53;,
  226.  3;54,55,56;,
  227.  3;57,58,59;,
  228.  3;60,61,62;,
  229.  3;63,64,65;,
  230.  3;66,67,68;,
  231.  3;69,70,71;;
  232.  
  233.  MeshMaterialList {
  234.   2;
  235.   22;
  236.   0,
  237.   1,
  238.   1,
  239.   1,
  240.   1,
  241.   1,
  242.   1,
  243.   1,
  244.   1,
  245.   1,
  246.   1,
  247.   1,
  248.   1,
  249.   1,
  250.   1,
  251.   1,
  252.   1,
  253.   1,
  254.   1,
  255.   1,
  256.   1,
  257.   1;
  258.   Material {
  259.    0.800000;0.756863;0.000000;1.000000;;
  260.    0.000000;
  261.    0.000000;0.000000;0.000000;;
  262.    0.000000;0.000000;0.000000;;
  263.   }
  264.   Material {
  265.    0.800000;0.756863;0.000000;1.000000;;
  266.    19.000000;
  267.    0.298039;0.298039;0.298039;;
  268.    0.000000;0.000000;0.000000;;
  269.   }
  270.  }
  271.  MeshNormals {
  272.   72;
  273.   0.000000;0.525696;0.850672;,
  274.   0.736704;0.525696;0.425337;,
  275.   0.000000;1.000000;0.000000;,
  276.   0.736704;0.525696;0.425337;,
  277.   0.736704;0.525696;-0.425336;,
  278.   0.000000;1.000000;0.000000;,
  279.   0.736704;0.525696;-0.425336;,
  280.   0.000000;0.525696;-0.850672;,
  281.   0.000000;1.000000;0.000000;,
  282.   0.000000;0.525696;-0.850672;,
  283.   -0.736704;0.525696;-0.425336;,
  284.   0.000000;1.000000;0.000000;,
  285.   -0.736704;0.525696;-0.425336;,
  286.   -0.736704;0.525696;0.425336;,
  287.   0.000000;1.000000;0.000000;,
  288.   -0.736704;0.525696;0.425336;,
  289.   0.000000;0.525696;0.850672;,
  290.   0.000000;1.000000;0.000000;,
  291.   0.000000;0.525696;0.850672;,
  292.   0.000000;-0.525696;0.850672;,
  293.   0.736704;-0.525696;0.425337;,
  294.   0.736704;0.525696;0.425337;,
  295.   0.736704;0.525696;0.425337;,
  296.   0.736704;-0.525696;0.425337;,
  297.   0.736704;-0.525696;-0.425336;,
  298.   0.736704;0.525696;-0.425336;,
  299.   0.736704;0.525696;-0.425336;,
  300.   0.736704;-0.525696;-0.425336;,
  301.   0.000000;-0.525696;-0.850672;,
  302.   0.000000;0.525696;-0.850672;,
  303.   0.000000;0.525696;-0.850672;,
  304.   0.000000;-0.525696;-0.850672;,
  305.   -0.736704;-0.525696;-0.425337;,
  306.   -0.736704;0.525696;-0.425336;,
  307.   -0.736704;0.525696;-0.425336;,
  308.   -0.736704;-0.525696;-0.425337;,
  309.   -0.736704;-0.525696;0.425336;,
  310.   -0.736704;0.525696;0.425336;,
  311.   -0.736704;0.525696;0.425336;,
  312.   -0.736704;-0.525696;0.425336;,
  313.   0.000000;-0.525696;0.850672;,
  314.   0.000000;0.525696;0.850672;,
  315.   0.000000;-0.525696;0.850672;,
  316.   0.000000;-1.000000;0.000000;,
  317.   0.736704;-0.525696;0.425337;,
  318.   0.736704;-0.525696;0.425337;,
  319.   0.000000;-1.000000;0.000000;,
  320.   0.736704;-0.525696;-0.425336;,
  321.   0.736704;-0.525696;-0.425336;,
  322.   0.000000;-1.000000;0.000000;,
  323.   0.000000;-0.525696;-0.850672;,
  324.   0.000000;-0.525696;-0.850672;,
  325.   0.000000;-1.000000;0.000000;,
  326.   -0.736704;-0.525696;-0.425337;,
  327.   -0.736704;-0.525696;-0.425337;,
  328.   0.000000;-1.000000;0.000000;,
  329.   -0.736704;-0.525696;0.425336;,
  330.   -0.736704;-0.525696;0.425336;,
  331.   0.000000;-1.000000;0.000000;,
  332.   0.000000;-0.525696;0.850672;,
  333.   0.000000;-1.000000;-0.000026;,
  334.   0.000000;-1.000000;-0.000026;,
  335.   0.000000;-1.000000;-0.000026;,
  336.   0.000000;-1.000000;0.000000;,
  337.   0.000000;-1.000000;0.000000;,
  338.   0.000000;-1.000000;0.000000;,
  339.   0.000000;1.000000;0.000026;,
  340.   0.000000;1.000000;0.000026;,
  341.   0.000000;1.000000;0.000026;,
  342.   0.000000;1.000000;0.000000;,
  343.   0.000000;1.000000;0.000000;,
  344.   0.000000;1.000000;0.000000;;
  345.  
  346.   22;
  347.   3;0,1,2;,
  348.   3;3,4,5;,
  349.   3;6,7,8;,
  350.   3;9,10,11;,
  351.   3;12,13,14;,
  352.   3;15,16,17;,
  353.   4;18,19,20,21;,
  354.   4;22,23,24,25;,
  355.   4;26,27,28,29;,
  356.   4;30,31,32,33;,
  357.   4;34,35,36,37;,
  358.   4;38,39,40,41;,
  359.   3;42,43,44;,
  360.   3;45,46,47;,
  361.   3;48,49,50;,
  362.   3;51,52,53;,
  363.   3;54,55,56;,
  364.   3;57,58,59;,
  365.   3;60,61,62;,
  366.   3;63,64,65;,
  367.   3;66,67,68;,
  368.   3;69,70,71;;
  369.  }
  370.  MeshTextureCoords {
  371.   72;
  372.   0.333333;1.000000;,
  373.   0.333333;0.833333;,
  374.   0.000000;1.000000;,
  375.   0.333333;0.833333;,
  376.   0.333333;0.666667;,
  377.   0.000000;1.000000;,
  378.   0.333333;0.666667;,
  379.   0.333333;0.500000;,
  380.   0.000000;1.000000;,
  381.   0.333333;0.500000;,
  382.   0.333333;0.333333;,
  383.   0.000000;1.000000;,
  384.   0.333333;0.333333;,
  385.   0.333333;0.166667;,
  386.   0.000000;1.000000;,
  387.   0.333333;0.166667;,
  388.   0.333333;0.000000;,
  389.   0.000000;1.000000;,
  390.   0.333333;1.000000;,
  391.   0.666667;1.000000;,
  392.   0.666667;0.833333;,
  393.   0.333333;0.833333;,
  394.   0.333333;0.833333;,
  395.   0.666667;0.833333;,
  396.   0.666667;0.666667;,
  397.   0.333333;0.666667;,
  398.   0.333333;0.666667;,
  399.   0.666667;0.666667;,
  400.   0.666667;0.500000;,
  401.   0.333333;0.500000;,
  402.   0.333333;0.500000;,
  403.   0.666667;0.500000;,
  404.   0.666667;0.333333;,
  405.   0.333333;0.333333;,
  406.   0.333333;0.333333;,
  407.   0.666667;0.333333;,
  408.   0.666667;0.166667;,
  409.   0.333333;0.166667;,
  410.   0.333333;0.166667;,
  411.   0.666667;0.166667;,
  412.   0.666667;0.000000;,
  413.   0.333333;0.000000;,
  414.   0.666667;1.000000;,
  415.   0.000000;0.000000;,
  416.   0.666667;0.833333;,
  417.   0.666667;0.833333;,
  418.   0.000000;0.000000;,
  419.   0.666667;0.666667;,
  420.   0.666667;0.666667;,
  421.   0.000000;0.000000;,
  422.   0.666667;0.500000;,
  423.   0.666667;0.500000;,
  424.   0.000000;0.000000;,
  425.   0.666667;0.333333;,
  426.   0.666667;0.333333;,
  427.   0.000000;0.000000;,
  428.   0.666667;0.166667;,
  429.   0.666667;0.166667;,
  430.   0.000000;0.000000;,
  431.   0.666667;0.000000;,
  432.   1.000000;0.000000;,
  433.   0.000000;0.000000;,
  434.   0.500000;1.000000;,
  435.   1.000000;0.000000;,
  436.   0.000000;0.000000;,
  437.   0.500000;1.000000;,
  438.   1.000000;0.000000;,
  439.   0.000000;0.000000;,
  440.   0.500000;1.000000;,
  441.   1.000000;0.000000;,
  442.   0.000000;0.000000;,
  443.   0.500000;1.000000;;
  444.  }
  445. }
  446.